Learning Objectives

After completing this lesson, you’ll be able to:

Spatial Data is Important

To many, the concept 'spatial data' translates directly to 'map'. Maps are certainly a great way to display spatial data, but there is much more spatial data is good for. After all, everything we see and do has some kind of spatial component. Where we live, how we travel - the list doesn’t end.

By analyzing spatial data and how certain variables impact our lives, we can learn more about why certain spatial relationships exist. Why are certain locations popular travel destinations? Why does a brand do successfully in one country and not another? It’s time to start adopting spatial and location data practices to better understand human behavior and our influence on our planet.

More and more organizations are producing and using spatial data. However, getting value out of that data through automating business processes and analyzing spatial patterns requires spatial data integration. Many data integration platforms exist, but FME provides the best support for spatial data integration.

Note

Spatial data: data that is representative of a specific geographic location on the surface of the Earth.

Spatial data is often used with a geographic information system (GIS), a system designed to capture, store, manipulate, analyze, manage, and present all types of spatial data.

If you are already familiar with spatial data, you can skip ahead to the Quiz.

Learn More

Spatial data can be stored in vector or raster formats. Vector spatial data is made up of points, lines, and polygons. At its core, it consists of lists of coordinates on a plane and information regarding how they are connected.

Raster data is made up of pixels, where the value (or color) of a pixel represents the value of a phenomenon, e.g. the average annual precipitation. Standard imagery uses the visible spectrum like a regular photograph. However, other kinds of imagery are available. For example, imagery in the near-infrared band can be used to measure the prevalence of vegetation beyond what the human eye can detect. 

Raster data is better for representing continuous data that varies over an entire area, such as elevation. Vector data is better for representing discrete objects, such as the outlines of buildings (polygons).

Geometry type Illustration Examples
Point Points

Cell towers

Community centers

Fire hydrants

Oil wells

Line Lines

Electricity distribution network

Pipelines

Roads

Trails

Water distribution network

Polygon Polygons

Administrative borders

Building footprints

Service areas

Water bodies

Zoning districts

Raster Raster

Classified land use

Elevation

Orthophoto (a satellite or aerial photograph adjusted so the scale is uniform)

Scanned documents

Getting Value from Spatial Data

Spatial data contains geometry data that describes the actual location of the data. It also usually includes attribute data that describes the features. For example, here is a dataset of point locations of community centers that includes attributes such as “CentreName” and “CentreAddress”.

Inspecting points and attributes

Community center points with attribute data. Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA.

Having both geometry and attributes in the same dataset lets you do things like query or filter the data. For example, you could filter the dataset of community centers to select the point that has a “CentreName” that equals “Mount Pleasant”.        

Interactive selection of spatial data

Selecting a point. Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA.

By itself, spatial data can be used to create maps or analyzed to identify patterns such as clusters. However, to gain maximum value from spatial data, it must be integrated with other data sources. For example, retail businesses integrate existing store locations, road networks, and neighborhood demographic data to identify the best place to build new stores.

It is also possible to integrate spatial with nonspatial data, such as spreadsheets or database tables. This integration is possible as long as the nonspatial data has an attribute that holds some spatial information. Many nonspatial datasets contain addresses, coordinates, or other identifiers. Combining these with spatial data allows you to unlock new insights. For example, retail businesses combine customer transaction data (containing their zip or postal code) with neighborhood demographic data to understand their customers and market their product or service more effectively.